Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DeploymentScripts] Add error property to ScriptStatus object #7987

Merged
merged 2 commits into from
Jan 7, 2020
Merged

[DeploymentScripts] Add error property to ScriptStatus object #7987

merged 2 commits into from
Jan 7, 2020

Conversation

filizt
Copy link
Contributor

@filizt filizt commented Dec 16, 2019

Latest improvements:

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

  • I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

ARM API Review Checklist

  • Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories.
  • adding/removing APIs.
  • adding/removing properties.
  • adding/removing API-version.
  • adding a new service in Azure.

Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.

  • If you are blocked on ARM review and want to get the PR merged urgently, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
    Please follow the link to find more details on API review process.

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

2 similar comments
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Dec 16, 2019

azure-sdk-for-go - Release

failed [Logs] [Expand Details]
  • Generate from f3c33c5 with merge commit f130ce4. SDK Automation 13.0.17.20191226.1
    SDK Repository Error: {
      "statusCode": 404,
      "request": {
        "streamResponseBody": false,
        "url": "https://sdkautomation.blob.core.windows.net/sdkautomation-pipeline/Azure%2Fazure-rest-api-specs%2F7987%2Fazure-sdk-for-go%2FAzure%2Fazure-sdk-for-go%2Fresources%2Fmgmt%2F2016-09-01%2Flogs.txt",
        "method": "DELETE",
        "headers": {
          "_headersMap": {
            "x-ms-version": {
              "name": "x-ms-version",
              "value": "2019-02-02"
            },
            "user-agent": {
              "name": "user-agent",
              "value": "Azure-Storage/10.5.0 (NODE-VERSION v12.14.0; Linux 5.0.0-1027-azure)"
            },
            "x-ms-client-request-id": {
              "name": "x-ms-client-request-id",
              "value": "0f4e3ff6-95f1-43d8-9260-541a9698a4be"
            },
            "x-ms-date": {
              "name": "x-ms-date",
              "value": "Tue, 07 Jan 2020 05:17:05 GMT"
            },
            "cookie": {
              "name": "cookie",
              "value": ""
            }
          }
        },
        "withCredentials": false,
        "abortSignal": {
          "onabort": null,
          "_aborted": false,
          "children": [],
          "abortEventListeners": [
            null
          ]
        },
        "timeout": 0,
        "operationSpec": {
          "httpMethod": "DELETE",
          "path": "{containerName}/{blob}",
          "urlParameters": [
            {
              "parameterPath": "url",
              "mapper": {
                "required": true,
                "serializedName": "url",
                "defaultValue": "",
                "type": {
                  "name": "String"
                }
              },
              "skipEncoding": true
            }
          ],
          "queryParameters": [
            {
              "parameterPath": [
                "options",
                "snapshot"
              ],
              "mapper": {
                "serializedName": "snapshot",
                "type": {
                  "name": "String"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "timeout"
              ],
              "mapper": {
                "serializedName": "timeout",
                "constraints": {
                  "InclusiveMinimum": 0
                },
                "type": {
                  "name": "Number"
                }
              }
            }
          ],
          "headerParameters": [
            {
              "parameterPath": [
                "options",
                "deleteSnapshots"
              ],
              "mapper": {
                "serializedName": "x-ms-delete-snapshots",
                "type": {
                  "name": "Enum",
                  "allowedValues": [
                    "include",
                    "only"
                  ]
                }
              }
            },
            {
              "parameterPath": "version",
              "mapper": {
                "required": true,
                "isConstant": true,
                "serializedName": "x-ms-version",
                "defaultValue": "2019-02-02",
                "type": {
                  "name": "String"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "requestId"
              ],
              "mapper": {
                "serializedName": "x-ms-client-request-id",
                "type": {
                  "name": "String"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "leaseAccessConditions",
                "leaseId"
              ],
              "mapper": {
                "serializedName": "x-ms-lease-id",
                "type": {
                  "name": "String"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "modifiedAccessConditions",
                "ifModifiedSince"
              ],
              "mapper": {
                "serializedName": "If-Modified-Since",
                "type": {
                  "name": "DateTimeRfc1123"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "modifiedAccessConditions",
                "ifUnmodifiedSince"
              ],
              "mapper": {
                "serializedName": "If-Unmodified-Since",
                "type": {
                  "name": "DateTimeRfc1123"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "modifiedAccessConditions",
                "ifMatch"
              ],
              "mapper": {
                "serializedName": "If-Match",
                "type": {
                  "name": "String"
                }
              }
            },
            {
              "parameterPath": [
                "options",
                "modifiedAccessConditions",
                "ifNoneMatch"
              ],
              "mapper": {
                "serializedName": "If-None-Match",
                "type": {
                  "name": "String"
                }
              }
            }
          ],
          "responses": {
            "202": {
              "headersMapper": {
                "serializedName": "blob-delete-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobDeleteHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              }
            },
            "default": {
              "bodyMapper": {
                "serializedName": "StorageError",
                "type": {
                  "name": "Composite",
                  "className": "StorageError",
                  "modelProperties": {
                    "message": {
                      "xmlName": "Message",
                      "serializedName": "Message",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              }
            }
          },
          "isXML": true,
          "serializer": {
            "modelMappers": {
              "BlobAbortCopyFromURLHeaders": {
                "serializedName": "blob-abortcopyfromurl-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobAbortCopyFromURLHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobAcquireLeaseHeaders": {
                "serializedName": "blob-acquirelease-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobAcquireLeaseHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "leaseId": {
                      "serializedName": "x-ms-lease-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobBreakLeaseHeaders": {
                "serializedName": "blob-breaklease-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobBreakLeaseHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "leaseTime": {
                      "serializedName": "x-ms-lease-time",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobChangeLeaseHeaders": {
                "serializedName": "blob-changelease-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobChangeLeaseHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "leaseId": {
                      "serializedName": "x-ms-lease-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobCopyFromURLHeaders": {
                "serializedName": "blob-copyfromurl-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobCopyFromURLHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "copyId": {
                      "serializedName": "x-ms-copy-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyStatus": {
                      "serializedName": "x-ms-copy-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "success"
                        ]
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobCreateSnapshotHeaders": {
                "serializedName": "blob-createsnapshot-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobCreateSnapshotHeaders",
                  "modelProperties": {
                    "snapshot": {
                      "serializedName": "x-ms-snapshot",
                      "type": {
                        "name": "String"
                      }
                    },
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "isServerEncrypted": {
                      "serializedName": "x-ms-request-server-encrypted",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "encryptionKeySha256": {
                      "serializedName": "x-ms-encryption-key-sha256",
                      "type": {
                        "name": "String"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobDeleteHeaders": {
                "serializedName": "blob-delete-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobDeleteHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobDownloadHeaders": {
                "serializedName": "blob-download-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobDownloadHeaders",
                  "modelProperties": {
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "metadata": {
                      "serializedName": "x-ms-meta",
                      "type": {
                        "name": "Dictionary",
                        "value": {
                          "type": {
                            "name": "String"
                          }
                        }
                      },
                      "headerCollectionPrefix": "x-ms-meta-"
                    },
                    "contentLength": {
                      "serializedName": "content-length",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "contentType": {
                      "serializedName": "content-type",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentRange": {
                      "serializedName": "content-range",
                      "type": {
                        "name": "String"
                      }
                    },
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentMD5": {
                      "serializedName": "content-md5",
                      "type": {
                        "name": "ByteArray"
                      }
                    },
                    "contentEncoding": {
                      "serializedName": "content-encoding",
                      "type": {
                        "name": "String"
                      }
                    },
                    "cacheControl": {
                      "serializedName": "cache-control",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentDisposition": {
                      "serializedName": "content-disposition",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentLanguage": {
                      "serializedName": "content-language",
                      "type": {
                        "name": "String"
                      }
                    },
                    "blobSequenceNumber": {
                      "serializedName": "x-ms-blob-sequence-number",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "blobType": {
                      "serializedName": "x-ms-blob-type",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "BlockBlob",
                          "PageBlob",
                          "AppendBlob"
                        ]
                      }
                    },
                    "copyCompletionTime": {
                      "serializedName": "x-ms-copy-completion-time",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "copyStatusDescription": {
                      "serializedName": "x-ms-copy-status-description",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyId": {
                      "serializedName": "x-ms-copy-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyProgress": {
                      "serializedName": "x-ms-copy-progress",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copySource": {
                      "serializedName": "x-ms-copy-source",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyStatus": {
                      "serializedName": "x-ms-copy-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "pending",
                          "success",
                          "aborted",
                          "failed"
                        ]
                      }
                    },
                    "leaseDuration": {
                      "serializedName": "x-ms-lease-duration",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "infinite",
                          "fixed"
                        ]
                      }
                    },
                    "leaseState": {
                      "serializedName": "x-ms-lease-state",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "available",
                          "leased",
                          "expired",
                          "breaking",
                          "broken"
                        ]
                      }
                    },
                    "leaseStatus": {
                      "serializedName": "x-ms-lease-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "locked",
                          "unlocked"
                        ]
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "acceptRanges": {
                      "serializedName": "accept-ranges",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "blobCommittedBlockCount": {
                      "serializedName": "x-ms-blob-committed-block-count",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "isServerEncrypted": {
                      "serializedName": "x-ms-server-encrypted",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "encryptionKeySha256": {
                      "serializedName": "x-ms-encryption-key-sha256",
                      "type": {
                        "name": "String"
                      }
                    },
                    "blobContentMD5": {
                      "serializedName": "x-ms-blob-content-md5",
                      "type": {
                        "name": "ByteArray"
                      }
                    },
                    "contentCrc64": {
                      "serializedName": "x-ms-content-crc64",
                      "type": {
                        "name": "ByteArray"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobGetAccessControlHeaders": {
                "serializedName": "blob-getaccesscontrol-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobGetAccessControlHeaders",
                  "modelProperties": {
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "xMsOwner": {
                      "serializedName": "x-ms-owner",
                      "type": {
                        "name": "String"
                      }
                    },
                    "xMsGroup": {
                      "serializedName": "x-ms-group",
                      "type": {
                        "name": "String"
                      }
                    },
                    "xMsPermissions": {
                      "serializedName": "x-ms-permissions",
                      "type": {
                        "name": "String"
                      }
                    },
                    "xMsAcl": {
                      "serializedName": "x-ms-acl",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobGetAccountInfoHeaders": {
                "serializedName": "blob-getaccountinfo-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobGetAccountInfoHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "skuName": {
                      "serializedName": "x-ms-sku-name",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "Standard_LRS",
                          "Standard_GRS",
                          "Standard_RAGRS",
                          "Standard_ZRS",
                          "Premium_LRS"
                        ]
                      }
                    },
                    "accountKind": {
                      "serializedName": "x-ms-account-kind",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "Storage",
                          "BlobStorage",
                          "StorageV2"
                        ]
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobGetPropertiesHeaders": {
                "serializedName": "blob-getproperties-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobGetPropertiesHeaders",
                  "modelProperties": {
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "creationTime": {
                      "serializedName": "x-ms-creation-time",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "metadata": {
                      "serializedName": "x-ms-meta",
                      "type": {
                        "name": "Dictionary",
                        "value": {
                          "type": {
                            "name": "String"
                          }
                        }
                      },
                      "headerCollectionPrefix": "x-ms-meta-"
                    },
                    "blobType": {
                      "serializedName": "x-ms-blob-type",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "BlockBlob",
                          "PageBlob",
                          "AppendBlob"
                        ]
                      }
                    },
                    "copyCompletionTime": {
                      "serializedName": "x-ms-copy-completion-time",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "copyStatusDescription": {
                      "serializedName": "x-ms-copy-status-description",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyId": {
                      "serializedName": "x-ms-copy-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyProgress": {
                      "serializedName": "x-ms-copy-progress",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copySource": {
                      "serializedName": "x-ms-copy-source",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyStatus": {
                      "serializedName": "x-ms-copy-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "pending",
                          "success",
                          "aborted",
                          "failed"
                        ]
                      }
                    },
                    "isIncrementalCopy": {
                      "serializedName": "x-ms-incremental-copy",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "destinationSnapshot": {
                      "serializedName": "x-ms-copy-destination-snapshot",
                      "type": {
                        "name": "String"
                      }
                    },
                    "leaseDuration": {
                      "serializedName": "x-ms-lease-duration",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "infinite",
                          "fixed"
                        ]
                      }
                    },
                    "leaseState": {
                      "serializedName": "x-ms-lease-state",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "available",
                          "leased",
                          "expired",
                          "breaking",
                          "broken"
                        ]
                      }
                    },
                    "leaseStatus": {
                      "serializedName": "x-ms-lease-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "locked",
                          "unlocked"
                        ]
                      }
                    },
                    "contentLength": {
                      "serializedName": "content-length",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "contentType": {
                      "serializedName": "content-type",
                      "type": {
                        "name": "String"
                      }
                    },
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentMD5": {
                      "serializedName": "content-md5",
                      "type": {
                        "name": "ByteArray"
                      }
                    },
                    "contentEncoding": {
                      "serializedName": "content-encoding",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentDisposition": {
                      "serializedName": "content-disposition",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentLanguage": {
                      "serializedName": "content-language",
                      "type": {
                        "name": "String"
                      }
                    },
                    "cacheControl": {
                      "serializedName": "cache-control",
                      "type": {
                        "name": "String"
                      }
                    },
                    "blobSequenceNumber": {
                      "serializedName": "x-ms-blob-sequence-number",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "acceptRanges": {
                      "serializedName": "accept-ranges",
                      "type": {
                        "name": "String"
                      }
                    },
                    "blobCommittedBlockCount": {
                      "serializedName": "x-ms-blob-committed-block-count",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "isServerEncrypted": {
                      "serializedName": "x-ms-server-encrypted",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "encryptionKeySha256": {
                      "serializedName": "x-ms-encryption-key-sha256",
                      "type": {
                        "name": "String"
                      }
                    },
                    "accessTier": {
                      "serializedName": "x-ms-access-tier",
                      "type": {
                        "name": "String"
                      }
                    },
                    "accessTierInferred": {
                      "serializedName": "x-ms-access-tier-inferred",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "archiveStatus": {
                      "serializedName": "x-ms-archive-status",
                      "type": {
                        "name": "String"
                      }
                    },
                    "accessTierChangeTime": {
                      "serializedName": "x-ms-access-tier-change-time",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobReleaseLeaseHeaders": {
                "serializedName": "blob-releaselease-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobReleaseLeaseHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobRenameHeaders": {
                "serializedName": "blob-rename-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobRenameHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "contentLength": {
                      "serializedName": "content-length",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    }
                  }
                }
              },
              "BlobRenewLeaseHeaders": {
                "serializedName": "blob-renewlease-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobRenewLeaseHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "leaseId": {
                      "serializedName": "x-ms-lease-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobSetAccessControlHeaders": {
                "serializedName": "blob-setaccesscontrol-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobSetAccessControlHeaders",
                  "modelProperties": {
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobSetHTTPHeadersHeaders": {
                "serializedName": "blob-sethttpheaders-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobSetHTTPHeadersHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "blobSequenceNumber": {
                      "serializedName": "x-ms-blob-sequence-number",
                      "type": {
                        "name": "Number"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobSetMetadataHeaders": {
                "serializedName": "blob-setmetadata-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobSetMetadataHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "isServerEncrypted": {
                      "serializedName": "x-ms-request-server-encrypted",
                      "type": {
                        "name": "Boolean"
                      }
                    },
                    "encryptionKeySha256": {
                      "serializedName": "x-ms-encryption-key-sha256",
                      "type": {
                        "name": "String"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobSetTierHeaders": {
                "serializedName": "blob-settier-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobSetTierHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobStartCopyFromURLHeaders": {
                "serializedName": "blob-startcopyfromurl-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobStartCopyFromURLHeaders",
                  "modelProperties": {
                    "eTag": {
                      "serializedName": "etag",
                      "type": {
                        "name": "String"
                      }
                    },
                    "lastModified": {
                      "serializedName": "last-modified",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "copyId": {
                      "serializedName": "x-ms-copy-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "copyStatus": {
                      "serializedName": "x-ms-copy-status",
                      "type": {
                        "name": "Enum",
                        "allowedValues": [
                          "pending",
                          "success",
                          "aborted",
                          "failed"
                        ]
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "BlobUndeleteHeaders": {
                "serializedName": "blob-undelete-headers",
                "type": {
                  "name": "Composite",
                  "className": "BlobUndeleteHeaders",
                  "modelProperties": {
                    "clientRequestId": {
                      "serializedName": "x-ms-client-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "requestId": {
                      "serializedName": "x-ms-request-id",
                      "type": {
                        "name": "String"
                      }
                    },
                    "version": {
                      "serializedName": "x-ms-version",
                      "type": {
                        "name": "String"
                      }
                    },
                    "date": {
                      "serializedName": "date",
                      "type": {
                        "name": "DateTimeRfc1123"
                      }
                    },
                    "errorCode": {
                      "serializedName": "x-ms-error-code",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "DataLakeStorageError": {
                "serializedName": "DataLakeStorageError",
                "type": {
                  "name": "Composite",
                  "className": "DataLakeStorageError",
                  "modelProperties": {
                    "error": {
                      "xmlName": "error",
                      "serializedName": "error",
                      "type": {
                        "name": "Composite",
                        "className": "DataLakeStorageErrorError"
                      }
                    }
                  }
                }
              },
              "DataLakeStorageErrorError": {
                "serializedName": "DataLakeStorageError_error",
                "type": {
                  "name": "Composite",
                  "className": "DataLakeStorageErrorError",
                  "modelProperties": {
                    "code": {
                      "xmlName": "Code",
                      "serializedName": "Code",
                      "type": {
                        "name": "String"
                      }
                    },
                    "message": {
                      "xmlName": "Message",
                      "serializedName": "Message",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              },
              "StorageError": {
                "serializedName": "StorageError",
                "type": {
                  "name": "Composite",
                  "className": "StorageError",
                  "modelProperties": {
                    "message": {
                      "xmlName": "Message",
                      "serializedName": "Message",
                      "type": {
                        "name": "String"
                      }
                    }
                  }
                }
              }
            },
            "isXML": true
          }
        }
      },
      "response": {
        "body": "BlobNotFoundThe specified blob does not exist.\nRequestId:00ee2951-a01e-004c-5319-c53782000000\nTime:2020-01-07T05:17:05.2010520Z",
        "headers": {
          "_headersMap": {
            "connection": {
              "name": "connection",
              "value": "close"
            },
            "content-length": {
              "name": "content-length",
              "value": "215"
            },
            "content-type": {
              "name": "content-type",
              "value": "application/xml"
            },
            "date": {
              "name": "date",
              "value": "Tue, 07 Jan 2020 05:17:05 GMT"
            },
            "server": {
              "name": "server",
              "value": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0"
            },
            "x-ms-client-request-id": {
              "name": "x-ms-client-request-id",
              "value": "0f4e3ff6-95f1-43d8-9260-541a9698a4be"
            },
            "x-ms-error-code": {
              "name": "x-ms-error-code",
              "value": "BlobNotFound"
            },
            "x-ms-request-id": {
              "name": "x-ms-request-id",
              "value": "00ee2951-a01e-004c-5319-c53782000000"
            },
            "x-ms-version": {
              "name": "x-ms-version",
              "value": "2019-02-02"
            }
          }
        },
        "status": 404
      },
      "body": {
        "message": "The specified blob does not exist.\nRequestId:00ee2951-a01e-004c-5319-c53782000000\nTime:2020-01-07T05:17:05.2010520Z",
        "Code": "BlobNotFound"
      }
    }
    Error: BlobNotFoundThe specified blob does not exist.
    RequestId:00ee2951-a01e-004c-5319-c53782000000
    Time:2020-01-07T05:17:05.2010520Z
        at new RestError (/z/node_modules/@azure/ms-rest-js/dist/msRest.node.js:2400:28)
        at /z/node_modules/@azure/ms-rest-js/dist/msRest.node.js:3544:37
        at runMicrotasks ()
        at processTicksAndRejections (internal/process/task_queues.js:93:5)

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Dec 16, 2019

azure-sdk-for-net - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Dec 16, 2019

azure-sdk-for-java - Release

⚠️ warning [Logs] [Expand Details]
  • ⚠️ Generate from f3c33c5 with merge commit f130ce4. SDK Automation 13.0.17.20191226.1
    Failed to close the generation pull request at https://github.com/AzureSDKAutomation/azure-sdk-for-java/pull/388: HttpError, {"name":"HttpError","status":500,"headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type","connection":"close","content-length":"0","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Tue, 07 Jan 2020 05:07:15 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"500 Internal Server Error","strict-transport-security":"max-age=31536000; includeSubdomains; preload","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.machine-man-preview; format=json","x-github-request-id":"0429:0D98:238C2F2:58DC328:5E1411FC","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4906","x-ratelimit-reset":"1578377205","x-xss-protection":"1; mode=block"},"request":{"method":"DELETE","url":"https://api.github.com/repos/AzureSDKAutomation/azure-sdk-for-java/git/refs/heads/sdkAutomation/sdk_resources_mgmt-v2018_06_01@7987","headers":{"accept":"application/vnd.github.machine-man-preview+json","user-agent":"octokit.js/16.35.0 Node.js/12.14.0 (Linux 5.0; x64)","authorization":"token [REDACTED]","content-length":0},"request":{"validate":{"owner":{"required":true,"type":"string"},"ref":{"required":true,"type":"string"},"repo":{"required":true,"type":"string"}}}}}
  • ️✔️sdk/features/mgmt-v2015_12_01 [Logs]  [Release SDK Changes]
  • ⚠️sdk/locks/mgmt-v2016_09_01 [Logs]  [Release SDK Changes]
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/locks/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/locks/v2016_09_01/implementation/ManagementLocksImpl.java:[250,21] cannot find symbol
      [mvn]   symbol: variable inner
      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-locks: Compilation failure
      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/locks/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/locks/v2016_09_01/implementation/ManagementLocksImpl.java:[250,21] cannot find symbol
      [mvn] [ERROR]   symbol: variable inner
      [mvn] [ERROR] -> [Help 1]
      [mvn] [ERROR] 
      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [mvn] [ERROR] 
      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    • ️✔️sdk/policy/mgmt-v2016_12_01 [Logs]  [Release SDK Changes]
    • ️✔️sdk/policy/mgmt-v2018_03_01 [Logs]  [Release SDK Changes]
    • ️✔️sdk/policy/mgmt-v2018_05_01 [Logs]  [Release SDK Changes]
    • ️✔️sdk/policy/mgmt-v2019_01_01 [Logs]  [Release SDK Changes]
    • ️✔️sdk/policy/mgmt-v2019_06_01 [Logs]  [Release SDK Changes]
    • ️✔️sdk/policy/mgmt-v2019_09_01 [Logs]  [Release SDK Changes]
    • ⚠️sdk/resources/mgmt-v2016_06_01 [Logs]  [Release SDK Changes]
        [mvn] [ERROR] COMPILATION ERROR : 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[79,56] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[89,44] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
        [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[79,56] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
        [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_06_01/src/main/java/com/microsoft/azure/management/resources/v2016_06_01/implementation/Manager.java:[89,44] incompatible types: com.microsoft.azure.management.resources.v2016_06_01.implementation.Manager cannot be converted to com.microsoft.azure.management.resources.v2016_06_01.implementation.ResourcesManager
        [mvn] [ERROR] -> [Help 1]
        [mvn] [ERROR] 
        [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
        [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [mvn] [ERROR] 
        [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
        [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      • ⚠️sdk/resources/mgmt-v2016_09_01 [Logs]  [Release SDK Changes]
          [mvn] [ERROR] COMPILATION ERROR : 
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
          [mvn]   symbol: variable inner
          [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure
          [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2016_09_01/src/main/java/com/microsoft/azure/management/resources/v2016_09_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
          [mvn] [ERROR]   symbol: variable inner
          [mvn] [ERROR] -> [Help 1]
          [mvn] [ERROR] 
          [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
          [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
          [mvn] [ERROR] 
          [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
          [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
        • ⚠️sdk/resources/mgmt-v2018_02_01 [Logs]  [Release SDK Changes]
            [mvn] [ERROR] COMPILATION ERROR : 
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
            [mvn]   symbol: variable inner
            [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure
            [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2018_02_01/src/main/java/com/microsoft/azure/management/resources/v2018_02_01/implementation/DeploymentsImpl.java:[152,21] cannot find symbol
            [mvn] [ERROR]   symbol: variable inner
            [mvn] [ERROR] -> [Help 1]
            [mvn] [ERROR] 
            [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
            [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
            [mvn] [ERROR] 
            [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
            [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
          • ️✔️sdk/resources/mgmt-v2018_06_01 [Logs]  [Release SDK Changes]
          • ⚠️sdk/resources/mgmt-v2019_03_01 [Logs]  [Release SDK Changes]
              [mvn] [ERROR] COMPILATION ERROR : 
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_03_01/src/main/java/com/microsoft/azure/management/resources/v2019_03_01/implementation/DeploymentsImpl.java:[241,21] cannot find symbol
              [mvn]   symbol: variable inner
              [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure
              [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_03_01/src/main/java/com/microsoft/azure/management/resources/v2019_03_01/implementation/DeploymentsImpl.java:[241,21] cannot find symbol
              [mvn] [ERROR]   symbol: variable inner
              [mvn] [ERROR] -> [Help 1]
              [mvn] [ERROR] 
              [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
              [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
              [mvn] [ERROR] 
              [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
              [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
            • ⚠️sdk/resources/mgmt-v2019_05_01 [Logs]  [Release SDK Changes]
                [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-mgmt-resources: MavenReportException: Error while creating archive: 
                [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:68: error: '{' expected
                [mvn] [ERROR]         interface WithMicrosoft.Resource {
                [mvn] [ERROR]                                ^
                [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:74: error: = expected
                [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                [mvn] [ERROR]                                                 ^
                [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/src/main/java/com/microsoft/azure/management/resources/v2019_05_01/DeploymentExtended.java:74: error:  expected
                [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                [mvn] [ERROR]                                                          ^
                [mvn] [ERROR] 
                [mvn] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
                [mvn] [ERROR] 
                [mvn] [ERROR] Refer to the generated Javadoc files in '/z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_01/target/apidocs' dir.
                [mvn] [ERROR] -> [Help 1]
                [mvn] [ERROR] 
                [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                [mvn] [ERROR] 
                [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
              • ⚠️sdk/resources/mgmt-v2019_05_10 [Logs]  [Release SDK Changes]
                  [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (default-cli) on project azure-mgmt-resources: MavenReportException: Error while creating archive: 
                  [mvn] [ERROR] Exit code: 1 - /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:68: error: '{' expected
                  [mvn] [ERROR]         interface WithMicrosoft.Resource {
                  [mvn] [ERROR]                                ^
                  [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:74: error: = expected
                  [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                  [mvn] [ERROR]                                                 ^
                  [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/src/main/java/com/microsoft/azure/management/resources/v2019_05_10/DeploymentExtended.java:74: error:  expected
                  [mvn] [ERROR]             WithProperties withExistingMicrosoft.Resource(String groupId);
                  [mvn] [ERROR]                                                          ^
                  [mvn] [ERROR] 
                  [mvn] [ERROR] Command line was: /usr/lib/jvm/java-8-openjdk-amd64/jre/../bin/javadoc @options @packages
                  [mvn] [ERROR] 
                  [mvn] [ERROR] Refer to the generated Javadoc files in '/z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_05_10/target/apidocs' dir.
                  [mvn] [ERROR] -> [Help 1]
                  [mvn] [ERROR] 
                  [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                  [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                  [mvn] [ERROR] 
                  [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                  [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
                • ️✔️sdk/resources/mgmt-v2019_06_01 [Logs]  [Release SDK Changes]
                • ⚠️sdk/resources/mgmt-v2019_07_01 [Logs]  [Release SDK Changes]
                    [mvn] [ERROR] COMPILATION ERROR : 
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[3909,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                    [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                    [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                    [mvn]   reason: cannot infer type-variable(s) T,THeader
                    [mvn]     (actual and formal argument lists differ in length)
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[5071,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                    [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                    [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                    [mvn]   reason: cannot infer type-variable(s) T,THeader
                    [mvn]     (actual and formal argument lists differ in length)
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsImpl.java:[519,21] cannot find symbol
                    [mvn]   symbol: variable inner
                    [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[3909,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                    [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                    [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                    [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                    [mvn] [ERROR]     (actual and formal argument lists differ in length)
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsInner.java:[5071,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                    [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                    [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                    [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                    [mvn] [ERROR]     (actual and formal argument lists differ in length)
                    [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/resources/v2019_07_01/implementation/DeploymentsImpl.java:[519,21] cannot find symbol
                    [mvn] [ERROR]   symbol: variable inner
                    [mvn] [ERROR] -> [Help 1]
                    [mvn] [ERROR] 
                    [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                    [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                    [mvn] [ERROR] 
                    [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                    [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
                  • ⚠️sdk/resources/mgmt-v2019_08_01 [Logs]  [Release SDK Changes]
                      [mvn] [ERROR] COMPILATION ERROR : 
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[3910,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn]   reason: cannot infer type-variable(s) T,THeader
                      [mvn]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[5072,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn]   reason: cannot infer type-variable(s) T,THeader
                      [mvn]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsImpl.java:[520,21] cannot find symbol
                      [mvn]   symbol: variable inner
                      [mvn] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project azure-mgmt-resources: Compilation failure: Compilation failure: 
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[3910,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                      [mvn] [ERROR]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsInner.java:[5072,39] method getPostOrDeleteResultWithHeadersAsync in class com.microsoft.azure.AzureClient cannot be applied to given types;
                      [mvn] [ERROR]   required: rx.Observable>,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   found: rx.Observable>,com.microsoft.azure.LongRunningOperationOptions,java.lang.reflect.Type,java.lang.Class
                      [mvn] [ERROR]   reason: cannot infer type-variable(s) T,THeader
                      [mvn] [ERROR]     (actual and formal argument lists differ in length)
                      [mvn] [ERROR] /z/work/azure-sdk-for-java/sdk/resources/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/resources/v2019_08_01/implementation/DeploymentsImpl.java:[520,21] cannot find symbol
                      [mvn] [ERROR]   symbol: variable inner
                      [mvn] [ERROR] -> [Help 1]
                      [mvn] [ERROR] 
                      [mvn] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
                      [mvn] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
                      [mvn] [ERROR] 
                      [mvn] [ERROR] For more information about the errors and possible solutions, please read the following articles:
                      [mvn] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

                    @openapi-sdkautomation
                    Copy link

                    openapi-sdkautomation bot commented Dec 16, 2019

                    azure-sdk-for-js - Release

                    ️✔️ succeeded [Logs] [Expand Details]
                    • ️✔️ Generate from f3c33c5 with merge commit f130ce4. SDK Automation 13.0.17.20191226.1
                    • ️✔️@azure/arm-features [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/featureClient.js → ./dist/arm-features.js...
                      [npmPack] created ./dist/arm-features.js in 158ms
                    • ️✔️@azure/arm-links [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/managementLinkClient.js → ./dist/arm-links.js...
                      [npmPack] created ./dist/arm-links.js in 185ms
                    • ️✔️@azure/arm-locks [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/managementLockClient.js → ./dist/arm-locks.js...
                      [npmPack] created ./dist/arm-locks.js in 225ms
                    • ️✔️@azure/arm-managedapplications [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/applicationClient.js → ./dist/arm-managedapplications.js...
                      [npmPack] created ./dist/arm-managedapplications.js in 249ms
                    • ️✔️@azure/arm-policy [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/policyClient.js → ./dist/arm-policy.js...
                      [npmPack] created ./dist/arm-policy.js in 313ms
                    • ️✔️@azure/arm-resources [Logs]  [Release SDK Changes]
                      [npmPack] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
                      [npmPack] loaded rollup.config.js with warnings
                      [npmPack] (!) Unused external imports
                      [npmPack] default imported from external module 'rollup' but never used
                      [npmPack] 
                      [npmPack] ./esm/resourceManagementClient.js → ./dist/arm-resources.js...
                      [npmPack] created ./dist/arm-resources.js in 585ms

                    @openapi-sdkautomation
                    Copy link

                    openapi-sdkautomation bot commented Dec 16, 2019

                    azure-sdk-for-python - Release

                    ️✔️ succeeded [Logs] [Expand Details]
                    • ️✔️ Generate from f3c33c5 with merge commit f130ce4. SDK Automation 13.0.17.20191226.1
                    • ️✔️azure-mgmt-resource [Logs]  [Release SDK Changes]
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [after_scripts|python] WARNING:__main__:Found too much API version: {'2017-06-01-preview', '2016-12-01'} in label v2017_06_01_preview
                      [after_scripts|python] WARNING:__main__:Guessing you want 2017-06-01-preview based on label v2017_06_01_preview
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [after_scripts|python] WARNING:__main__:Patching multi-api client basic files
                      [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
                      [build_package]   warnings.warn(msg)
                      [build_package] /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
                      [build_package]   warnings.warn(msg)

                    @azuresdkci
                    Copy link
                    Contributor

                    Can one of the admins verify this patch?

                    This was referenced Dec 16, 2019
                    @erich-wang erich-wang added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Dec 17, 2019
                    @azure-pipelines
                    Copy link

                    Azure Pipelines successfully started running 1 pipeline(s).

                    Copy link
                    Contributor

                    @ryansbenson ryansbenson left a comment

                    Choose a reason for hiding this comment

                    The reason will be displayed to describe this comment to others. Learn more.

                    Approved for a preview API version.

                    @ryansbenson ryansbenson added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 6, 2020
                    @erich-wang erich-wang merged commit f130ce4 into Azure:master Jan 7, 2020
                    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
                    Labels
                    ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review
                    Projects
                    None yet
                    Development

                    Successfully merging this pull request may close these issues.

                    4 participants